Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

lotus script code

following is the agents code in lotusscript

Sub Initialize
Dim workspace As New notesuiworkspace
Dim uidoc As notesuidocument
Dim session As New NotesSession
Dim db As NotesDatabase
Dim collection As NotesDocumentCollection
Dim doc As NotesDocument
Dim objIE
Set db = session.CurrentDatabase
Set collection = db.UnprocessedDocuments
If (Not collection Is Nothing) Then
For i = 1 To collection.Count
Set doc = collection.GetNthDocument(i)
doc.RemoveItem("$KeepPrivate")
Set objIE = CreateObject("com.newgen.omni.SaveDocInODLotusAgent")
objIE.SaveDoc doc.NoteID, "sanjeevk.nsf"
objIE = Null

Next
End If

End Sub

There you can see, i am calling the activex dll whose code lines are written in the post


Feedback response number WEBB8W6BNH created by ~Zach Desgerobergikle on 07/13/2012

Query regarding Lotus Script (~Zach Desgerobe... 13.Jul.12)
. . What language is the code? (~Fred Asatumibu... 13.Jul.12)
. . . . lotus script code (~Zach Desgerobe... 13.Jul.12)
. . . . . . But your question is not about Lotu... (~Ned Nimfanakon... 13.Jul.12)
. . . . OSPathNetConstruct not working (~Zach Desgerobe... 13.Jul.12)
. . . . . . Show more code (~Ned Nimfanakon... 13.Jul.12)
. . . . . . My best guess (~Fred Asatumibu... 14.Jul.12)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS